/*header begin*/
header {
    width: 100%;
    min-height: 101px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all 0.6s ease;
}

.boxoi {
    width: 100%;
    height: auto;
    padding: 0 100px;
}

.logo {
    float: left;
    position: relative;
    margin-top: 1.25rem;
    height: 60px;
    overflow: hidden;
}

.logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}



.navo {
    float: right;
}

.navo li {
    float: left;
    line-height: 100px;
    position: relative;
}

.navo li a {
    display: block;
    color: #fff;
    font-size: 1.125rem;
    padding: 0 2rem
}

.navo li:hover {
    background: rgba(0, 0, 0, 0.3);
}

.navo li.qcbj {
    margin-right: 0px;
}

.zjip {
    position: absolute;
    left: 0;
    top: 100px;
    background: #fff;
    width: 100%;
    height: 0px;
    overflow: hidden;
        box-shadow: 0px 2px 4px #dadada;
}

.zjip p {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 36px;
}

.navo li .zjip p a {
    font-size: 16px;
    padding: 0;
    color: #333;
    font-weight: normal;
}

.navo li:hover .zjip {
    padding: 10px 0;
    height: auto;
}

.navo li .zjip p a:hover {
    font-weight: bold;
    color: #004098;
}

.navo span {
    display: block;
    float: right;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
}

.navo span a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

header.smaller {
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, .95);
    filter: Alpha(opacity=80);
    z-index: 999999999;
    border-bottom: 1px solid #ececec;
}
header.smaller .navo li:hover {
    background: rgb(243, 243, 243);
}
header.smaller .navo li a{
    color: #333;
}
header.smaller .navo li.qvvo a{color: #004098;}
header.smaller .logo img{
    transform: translateY(-64px);
}
@media(max-width:1700px){
    .navo li a {
        padding: 0 1rem;
        font-size: 16px;
    }
    .logo{
        width: 480px;margin-top: 1.5rem;
    }
}
@media(max-width:1440px) {
    .boxoi {
        padding: 0 60px;
    }

    .navo li a {
        padding: 0 1.25rem;
        font-size: 16px;
    }
    .logo{
        width: 460px;margin-top: 1.5rem;
    }
    header.smaller .logo img{
            transform: translateY(-54px);
    }

}
@media(max-width:1400px){
    
    .navo li a {
        padding: 0 1rem;
        font-size: 16px;
    }
    .logo{
        width: 420px;
    margin-top: 1.5rem;
    height: 50px;
    }
    header.smaller .logo img{
        transform: translateY(-46px);
    }
}
@media(max-width:1280px) {
    .boxoi {
        padding: 0 60px;
    }

    .navo li a {
        padding: 0 1rem
    }
}

@media(max-width:1200px) {
    .boxoi {
        padding: 0 60px;
    }

    .navo li a {
        padding: 0 0.625rem
    }
}

@media(max-width:1024px) {
    .boxoi {
        padding: 0 30px;
    }

    .navo ul {
        margin-right: 70px;
    }

    .navo li {
        margin-right: 70px;
    }

    .navo {
        display: none;
    }
    .logo{width: 280px;height: 30px;    margin-top: 1.6rem;}
    header.smaller .logo img{transform: translateY(0px);}
    .fotter_r{display: none;}
    .fyin a:first-child{display: none;}
    .fyin a:last-child{display: none;}
}

@media(max-width:540px) {
    .logo img {
        display: block;
        margin: 0 auto;
        float: left;
    }

    header {
        min-height: 81px !important;
    }

    header.smaller {
        width: 100%;
        height: 81px;
        background: rgba(0, 85, 152, 0.8);
        z-index: 999999999
    }

}

@media(max-width:414px) {
    .boxoi {
        padding: 0 15px;
    }

    .navo ul {
        margin-right: 70px;
    }

    .navo li {
        margin-right: 70px;
    }

    .navo {
        display: none;
    }
}

/*header end*/

/*fotter begin*/
.box6 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 100px 50px;
}

.fotter_l {
    float: left;
    width: 24%;
    height: auto;
    overflow: hidden;
}

.fotter_lt {
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}

.fotter_lt img {
    display: block;
    max-width: 100%;
}

.fotter_lb {
    height: auto;
    overflow: hidden;
}

.fotter_lb p {
    line-height: 30px;
    color: #999999;
    font-size: 12px;
}
.fotter_lb p a{
    color:#999999;font-size: 12px;
}
.fotter_lb p a:hover{
    color: #004098;
}
.fotter_r {
    float: right;
}

.fotter_r ul {
    float: left;
    margin-right: 78px;
}

.fotter_r ul.qcbj {
    margin-right: 0px;
}

.fotter_r li {
    height: auto;
    line-height: 30px;
    color: #999999;
    font-size: 14px;
}

.fotter_r li h2 a {
    color: #003f98;
    font-size: 16px;
    font-weight: bold;
}

.fotter_r li a {
    color: #999999;
    font-size: 14px;
}

.fotter_r li a:hover {
    color: #003f98;
}

@media(max-width:1680px) {
    .fotter_r ul {
        float: left;
        margin-right: 60px;
    }

    .fotter_l {
        float: left;
        width: 30%;
        height: auto;
        overflow: hidden;
    }
}

@media(max-width:1440px) {
    .box6 {
        padding: 70px 60px;
    }

    .fotter_r ul {
        float: left;
        margin-right: 40px;
    }

    .fotter_l {
        float: left;
        width: 35%;
        height: auto;
        overflow: hidden;
    }
}

@media(max-width:1366px) {
    .box6 {
        padding: 70px 60px;
    }

    .fotter_r ul {
        float: left;
        margin-right: 30px;
    }

    .fotter_l {
        float: left;
        width: 35%;
        height: auto;
        overflow: hidden;
    }
}

@media(max-width:1280px) {
    .box6 {
        padding: 70px 60px;
    }

    .fotter_r ul {
        float: left;
        margin-right: 24px;
    }

    .fotter_l {
        float: left;
        width: 37%;
        height: auto;
        overflow: hidden;
    }
}

@media(max-width:1024px) {
    .box6 {
        padding: 40px 30px;
    }

    .fotter_r {
        width: 100%;
        padding-top: 20px;
    }

    .fotter_r ul {
        float: left;
        margin-right: 0;
        width: 12.5%;
    }

    .fotter_l {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .fotter_lt {
        margin-bottom: 20px;
    }
}

@media(max-width:450px) {
    .box6 {
        padding: 40px 15px 30px 15px;
    }

    .fotter_r ul {
        float: left;
        margin-right: 0;
        width: 25%;
        min-height: 220px !important;
    }
}

/*fotter end*/

.cd-top {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/top.jpg) no-repeat center center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 9999
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #164c94;
    opacity: 1;
}







.cd-popup1 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 99999999;
}

.cd-popup1.is-visible1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container1 {
    position: relative;
    width: 39vw;
    ;
    margin: 7.5vw auto;
    height: auto;
    background: #FFF;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 3.13vw;
    border-radius: 10px;
}

.cd-popup-close1 {
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 10;
    width: 12px;
    height: 10px;
    background: url(../images/bg6_1.png) no-repeat;
    display: block;
}

.is-visible1 .cd-popup-container1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.toxn {
    height: auto;
    position: relative;
    text-align: left;
}

.toxn h4 {
    color: #000000;
    font-size: 0.94vw;
    line-height: 1.23vw;
    margin-bottom: 1.04vw;
}

.toxn p {
    line-height: 1.23vw;
    color: #000000;
    font-size: 0.73vw;
}

@media(max-width:1024px) {
    .cd-popup-container1 {
        width: 90vw;
        padding: 20px;
    }

    .toxn h4 {
        color: #000000;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .toxn p {
        line-height: 24px;
        color: #000000;
        font-size: 14px;
    }

}

@media(max-width:414px) {
    .toxn {
        height: 600px;
        overflow: hidden;
        overflow-y: auto;
        padding-right: 20px;
    }
}